home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(22) or rollOver(23) then
- cursor([901, 902])
- else
- HotSpots(2, 7)
- end if
- if rollOver(7) then
- onVis(8)
- else
- InVis(8)
- end if
- end if
- if act = 1 then
- if rollOver(25) or rollOver(26) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-